object ConfirmReplaceDlg: TConfirmReplaceDlg Left = 311 Top = 458 BorderIcons = [] BorderStyle = bsDialog Caption = 'Confirmer le remplacement du fichier' ClientHeight = 231 ClientWidth = 426 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ConfirmLbl: TLabel Left = 84 Top = 16 Width = 196 Height = 26 Caption = 'This folder already contains a file named '#39'DO NOT LOCALIZE'#39'.' ShowAccelChar = False WordWrap = True end object Label2: TLabel Left = 84 Top = 52 Width = 196 Height = 13 Caption = 'Voulez-vous remplacer le fichier existant' end object DesPathLbl: TLabel Left = 104 Top = 68 Width = 313 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object DesSizeLbl: TLabel Left = 104 Top = 84 Width = 11 Height = 13 Caption = '%' end object DesLastModLbl: TLabel Left = 104 Top = 100 Width = 11 Height = 13 Caption = '%' end object Label6: TLabel Left = 84 Top = 124 Width = 66 Height = 13 Caption = 'avec celui-ci ?' end object SrcPathLbl: TLabel Left = 104 Top = 140 Width = 313 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object SrcSizeLbl: TLabel Left = 104 Top = 156 Width = 11 Height = 13 Caption = '%' end object SrcLastModLbl: TLabel Left = 104 Top = 172 Width = 11 Height = 13 Caption = '%' end object Image1: TImage Left = 16 Top = 16 Width = 32 Height = 32 end object YesBtn: TButton Left = 8 Top = 200 Width = 73 Height = 23 Caption = '&Oui' ModalResult = 6 TabOrder = 0 end object YesToAllBtn: TButton Left = 88 Top = 200 Width = 81 Height = 23 Caption = 'Oui pour &tout' ModalResult = 10 TabOrder = 1 end object NoBtn: TButton Left = 176 Top = 200 Width = 73 Height = 23 Caption = '&Non' Default = True ModalResult = 7 TabOrder = 2 end object NoToAllBtn: TButton Left = 256 Top = 200 Width = 81 Height = 23 Caption = 'Non &pour tout' ModalResult = 9 TabOrder = 3 end object CancelBtn: TButton Left = 344 Top = 200 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 4 end end